+2007-11-26 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkmain.c:
+ * gtk/gtknotebook.c:
+ * gtk/gtkplugprivate.h:
+ * gtk/gtksocket.c:
+ * gtk/gtksocketprivate.h:
+ * gtk/gtktable.c: Fix up some doc comments to shut up gtk-doc.
+
2007-11-26 Matthias Clasen <mclasen@redhat.com>
* configure.in: Use $CUPS_CONFIG instead of hardcoded cups-config.
* with g_option_context_add_group(), if you are using
* g_option_context_parse() to parse your commandline arguments.
*
- * Returns a #GOptionGroup for the commandline arguments recognized
+ * Returns: a #GOptionGroup for the commandline arguments recognized
* by GTK+
*
* Since: 2.6
* Retrieves the text of the tab label for the page containing
* @child.
*
- * Returns value: the text of the tab label, or %NULL if the
- * tab label widget is not a #GtkLabel. The
- * string is owned by the widget and must not
- * be freed.
+ * Return value: the text of the tab label, or %NULL if the
+ * tab label widget is not a #GtkLabel. The
+ * string is owned by the widget and must not
+ * be freed.
**/
G_CONST_RETURN gchar *
gtk_notebook_get_tab_label_text (GtkNotebook *notebook,
* Retrieves the text of the menu label for the page containing
* @child.
*
- * Returns value: the text of the tab label, or %NULL if the
- * widget does not have a menu label other than
- * the default menu label, or the menu label widget
- * is not a #GtkLabel. The string is owned by
- * the widget and must not be freed.
+ * Return value: the text of the tab label, or %NULL if the
+ * widget does not have a menu label other than
+ * the default menu label, or the menu label widget
+ * is not a #GtkLabel. The string is owned by
+ * the widget and must not be freed.
**/
G_CONST_RETURN gchar *
gtk_notebook_get_menu_label_text (GtkNotebook *notebook,
/* In backend-specific file: */
-/**
+/*
* _gtk_plug_windowing_get_id:
*
* @plug: a #GtkPlug
*/
GdkNativeWindow _gtk_plug_windowing_get_id (GtkPlug *plug);
-/**
+/*
* _gtk_plug_windowing_realize_toplevel:
*
* @plug_window: a #GtkPlug's #GdkWindow
*/
void _gtk_plug_windowing_realize_toplevel (GtkPlug *plug);
-/**
+/*
* _gtk_plug_windowing_map_toplevel:
*
* @plug: a #GtkPlug
*/
void _gtk_plug_windowing_map_toplevel (GtkPlug *plug);
-/**
+/*
* _gtk_plug_windowing_map_toplevel:
*
* @plug: a #GtkPlug
*/
void _gtk_plug_windowing_unmap_toplevel (GtkPlug *plug);
-/**
+/*
* _gtk_plug_windowing_set_focus:
*
* @plug: a #GtkPlug
*/
void _gtk_plug_windowing_set_focus (GtkPlug *plug);
-/**
+/*
* _gtk_plug_windowing_add_grabbed_key:
*
* @plug: a #GtkPlug
guint accelerator_key,
GdkModifierType accelerator_mods);
-/**
+/*
* _gtk_plug_windowing_remove_grabbed_key:
*
* @plug: a #GtkPlug
guint accelerator_key,
GdkModifierType accelerator_mods);
-/**
+/*
* _gtk_plug_windowing_focus_to_parent:
*
* @plug: a #GtkPlug
void _gtk_plug_windowing_focus_to_parent (GtkPlug *plug,
GtkDirectionType direction);
-/**
+/*
* _gtk_plug_windowing_filter_func:
*
* @gdk_xevent: a windowing system native event
static guint socket_signals[LAST_SIGNAL] = { 0 };
-/**
+/*
* _gtk_socket_get_private:
*
* @socket: a #GtkSocket
/* In backend-specific file: */
-/**
+/*
* _gtk_socket_windowing_get_id:
*
* @socket: a #GtkSocket
*/
GdkNativeWindow _gtk_socket_windowing_get_id (GtkSocket *socket);
-/**
+/*
* _gtk_socket_windowing_realize_window:
*
*/
void _gtk_socket_windowing_realize_window (GtkSocket *socket);
-/**
+/*
* _gtk_socket_windowing_end_embedding_toplevel:
*
*/
void _gtk_socket_windowing_end_embedding_toplevel (GtkSocket *socket);
-/**
+/*
* _gtk_socket_windowing_size_request:
*
*/
void _gtk_socket_windowing_size_request (GtkSocket *socket);
-/**
+/*
* _gtk_socket_windowing_send_key_event:
*
*/
GdkEvent *gdk_event,
gboolean mask_key_presses);
-/**
+/*
* _gtk_socket_windowing_focus_change:
*
*/
void _gtk_socket_windowing_focus_change (GtkSocket *socket,
gboolean focus_in);
-/**
+/*
* _gtk_socket_windowing_update_active:
*
*/
void _gtk_socket_windowing_update_active (GtkSocket *socket,
gboolean active);
-/**
+/*
* _gtk_socket_windowing_update_modality:
*
*/
void _gtk_socket_windowing_update_modality (GtkSocket *socket,
gboolean modality);
-/**
+/*
* _gtk_socket_windowing_focus:
*
*/
void _gtk_socket_windowing_focus (GtkSocket *socket,
GtkDirectionType direction);
-/**
+/*
* _gtk_socket_windowing_send_configure_event:
*
*/
void _gtk_socket_windowing_send_configure_event (GtkSocket *socket);
-/**
+/*
* _gtk_socket_windowing_select_plug_window_input:
*
* Asks the windowing system to send necessary events related to the
*/
void _gtk_socket_windowing_select_plug_window_input (GtkSocket *socket);
-/**
+/*
* _gtk_socket_windowing_embed_get_info:
*
* Gets whatever information necessary about an out-of-process plug
*/
void _gtk_socket_windowing_embed_get_info (GtkSocket *socket);
-/**
+/*
* _gtk_socket_windowing_embed_notify:
*
*/
void _gtk_socket_windowing_embed_notify (GtkSocket *socket);
-/**
+/*
* _gtk_socket_windowing_embed_get_focus_wrapped:
*
*/
gboolean _gtk_socket_windowing_embed_get_focus_wrapped (void);
-/**
+/*
* _gtk_socket_windowing_embed_set_focus_wrapped:
*
*/
void _gtk_socket_windowing_embed_set_focus_wrapped (void);
-/**
+/*
* _gtk_socket_windowing_filter_func:
*
*/
* the spacing that will be used for newly added rows.
* (See gtk_table_set_row_spacings())
*
- * Returns value: the default row spacing
+ * Return value: the default row spacing
**/
guint
gtk_table_get_default_row_spacing (GtkTable *table)
* the spacing that will be used for newly added columns.
* (See gtk_table_set_col_spacings())
*
- * Returns value: the default column spacing
+ * Return value: the default column spacing
**/
guint
gtk_table_get_default_col_spacing (GtkTable *table)